runtime.mWaitList.next (field)
9 uses
runtime (current package)
lock_spinbit.go#L89: next muintptr // next m waiting for lock
lock_spinbit.go#L239: gp.m.mWaitList.next = mutexWaitListHead(v)
lock_spinbit.go#L251: atTail = gp.m.mWaitList.next == 0 // we were at risk of starving
lock_spinbit.go#L255: gp.m.mWaitList.next = 0
lock_spinbit.go#L405: next := node.mWaitList.next.ptr()
lock_spinbit.go#L434: next := wakem.mWaitList.next.ptr()
lock_spinbit.go#L442: prev.mWaitList.next = wakem.mWaitList.next
lock_spinbit.go#L454: headM = uintptr(mp.mWaitList.next) &^ mutexMMask
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |